home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Musique / chordpulse_lite / chordpulse_lite_1p3_setup.exe / ChordPulse Lite.exe / 0 / RCDATA / TFDIALOG / TFDIALOG.txt < prev   
Text File  |  2010-07-07  |  3KB  |  170 lines

  1. object Fdialog: TFdialog
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsNone
  5.   ClientHeight = 459
  6.   ClientWidth = 539
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnKeyDown = FormKeyDown
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseMove = FormMouseMove
  18.   OnMouseUp = FormMouseUp
  19.   OnPaint = FormPaint
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object image: TImage
  24.     Left = 264
  25.     Top = 224
  26.     Width = 233
  27.     Height = 201
  28.     Picture.Data = {<image000.bmp>}
  29.     Visible = False
  30.   end
  31.   object Image1: TImage
  32.     Left = 16
  33.     Top = 360
  34.     Width = 65
  35.     Height = 65
  36.     Picture.Data = {<image001.bmp>}
  37.     Visible = False
  38.   end
  39.   object Ekey1: TEdit
  40.     Left = 80
  41.     Top = 116
  42.     Width = 57
  43.     Height = 19
  44.     Color = clWhite
  45.     Ctl3D = False
  46.     MaxLength = 5
  47.     ParentCtl3D = False
  48.     TabOrder = 1
  49.     Visible = False
  50.     OnKeyDown = FormKeyDown
  51.   end
  52.   object Ekey2: TEdit
  53.     Left = 144
  54.     Top = 116
  55.     Width = 57
  56.     Height = 19
  57.     Color = clWhite
  58.     Ctl3D = False
  59.     MaxLength = 5
  60.     ParentCtl3D = False
  61.     TabOrder = 2
  62.     Visible = False
  63.     OnKeyDown = FormKeyDown
  64.   end
  65.   object Ekey3: TEdit
  66.     Left = 208
  67.     Top = 116
  68.     Width = 57
  69.     Height = 19
  70.     Color = clWhite
  71.     Ctl3D = False
  72.     MaxLength = 5
  73.     ParentCtl3D = False
  74.     TabOrder = 3
  75.     Visible = False
  76.     OnKeyDown = FormKeyDown
  77.   end
  78.   object Ekey4: TEdit
  79.     Left = 272
  80.     Top = 116
  81.     Width = 57
  82.     Height = 19
  83.     Color = clWhite
  84.     Ctl3D = False
  85.     MaxLength = 5
  86.     ParentCtl3D = False
  87.     TabOrder = 4
  88.     Visible = False
  89.     OnKeyDown = FormKeyDown
  90.   end
  91.   object Ekey5: TEdit
  92.     Left = 336
  93.     Top = 116
  94.     Width = 57
  95.     Height = 19
  96.     Color = clWhite
  97.     Ctl3D = False
  98.     MaxLength = 5
  99.     ParentCtl3D = False
  100.     TabOrder = 5
  101.     Visible = False
  102.     OnKeyDown = FormKeyDown
  103.   end
  104.   object Ename: TEdit
  105.     Left = 80
  106.     Top = 84
  107.     Width = 281
  108.     Height = 19
  109.     Color = clWhite
  110.     Ctl3D = False
  111.     ParentCtl3D = False
  112.     TabOrder = 0
  113.     Visible = False
  114.     OnKeyDown = FormKeyDown
  115.   end
  116.   object Esequence: TEdit
  117.     Left = 16
  118.     Top = 166
  119.     Width = 217
  120.     Height = 19
  121.     AutoSelect = False
  122.     Color = clSilver
  123.     Ctl3D = False
  124.     Font.Charset = DEFAULT_CHARSET
  125.     Font.Color = clBlack
  126.     Font.Height = -11
  127.     Font.Name = 'Tahoma'
  128.     Font.Style = []
  129.     ParentCtl3D = False
  130.     ParentFont = False
  131.     TabOrder = 6
  132.     Visible = False
  133.     OnChange = EsequenceChange
  134.     OnKeyDown = EsequenceKeyDown
  135.   end
  136.   object Mnotes: TMemo
  137.     Left = 80
  138.     Top = 196
  139.     Width = 153
  140.     Height = 109
  141.     Color = clSilver
  142.     Ctl3D = False
  143.     ParentCtl3D = False
  144.     TabOrder = 7
  145.     Visible = False
  146.     OnKeyDown = FormKeyDown
  147.   end
  148.   object Llist: TListBox
  149.     Left = 16
  150.     Top = 196
  151.     Width = 57
  152.     Height = 109
  153.     Color = clSilver
  154.     Ctl3D = False
  155.     ItemHeight = 13
  156.     ParentCtl3D = False
  157.     TabOrder = 8
  158.     Visible = False
  159.     OnClick = LlistClick
  160.     OnDblClick = LlistDblClick
  161.     OnKeyDown = FormKeyDown
  162.   end
  163.   object timer: TTimer
  164.     Interval = 10
  165.     OnTimer = timerTimer
  166.     Left = 8
  167.     Top = 8
  168.   end
  169. end
  170.